home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / arpa / RCS / inet.h,v < prev    next >
Encoding:
Text File  |  1988-06-29  |  817 b   |  60 lines

  1. head     1.2;
  2. access   ;
  3. symbols  ;
  4. locks    ; strict;
  5. comment  @ * @;
  6.  
  7.  
  8. 1.2
  9. date     88.06.29.15.16.11;  author ouster;  state Exp;
  10. branches ;
  11. next     1.1;
  12.  
  13. 1.1
  14. date     88.06.26.15.40.37;  author ouster;  state Exp;
  15. branches ;
  16. next     ;
  17.  
  18.  
  19. desc
  20. @@
  21.  
  22.  
  23. 1.2
  24. log
  25. @Add ifdefs so that file can't be processed twice.
  26. @
  27. text
  28. @/*
  29.  * Copyright (c) 1983 Regents of the University of California.
  30.  * All rights reserved.  The Berkeley software License Agreement
  31.  * specifies the terms and conditions for redistribution.
  32.  *
  33.  *    @@(#)inet.h    5.1 (Berkeley) 5/30/85
  34.  */
  35.  
  36. #ifndef _INET
  37. #define _INET
  38.  
  39. /*
  40.  * External definitions for
  41.  * functions in inet(3N)
  42.  */
  43. unsigned long inet_addr();
  44. char    *inet_ntoa();
  45. struct    in_addr inet_makeaddr();
  46. unsigned long inet_network();
  47.  
  48. #endif _INET
  49. @
  50.  
  51.  
  52. 1.1
  53. log
  54. @Initial revision
  55. @
  56. text
  57. @d9 3
  58. d20 2
  59. @
  60.